A Model Context Protocol (MCP) server that connects Squad, the AI‑powered product‑discovery and strategy platform to any MCP‑aware large‑language‑model (LLM) application. It exposes a rich tool‑kit for creating, querying and updating product‑strategy artefacts (opportunities, solutions, outcomes, requirements, knowledge, workspaces and feedback) directly from your favourite AI product co‑pilot.
Overview
Squad AI MCP Server gives any LLM co‑pilot secure, command‑line‑free access to Squad’s AI‑native product‑strategy platform. Generate opportunity trees, PRDs and BDD requirements, or stream customer feedback straight into your workspace, all without leaving your favourite chat window. Perfect for founders, product managers and builders who want to plan with data, not guesswork.
Server Config
{
"mcpServers": {
"meet-squad": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SQUAD_API_KEY",
"mcp/meet-squad"
],
"env": {
"SQUAD_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}